Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with SELinux and akri #126

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Fix issue with SELinux and akri #126

merged 4 commits into from
Apr 25, 2024

Conversation

diconico07
Copy link
Collaborator

Make the agent container privileged, so that SELinux doesn't prevent it from working.

For the context, SELinux denies access to the containerd socket for non-privileged containers. This policy is sensible and one may argue that giving access to that socket is already akin to making the container privileged.

Make the agent container privileged, so that SELinux doesn't prevent it
from working.

For the context, SELinux denies access to the containerd socket for
non-privileged containers. This policy is sensible and one may argue
that giving access to that socket is already akin to making the
container privileged.

Signed-off-by: Nicolas Belouin <[email protected]>
Signed-off-by: Nicolas Belouin <[email protected]>
Signed-off-by: Nicolas Belouin <[email protected]>
@diconico07 diconico07 merged commit 2cd22cd into main Apr 25, 2024
1 check passed
@diconico07 diconico07 deleted the fix-akri-selinux branch April 25, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants